home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / netmail / blueq160.zip / OLX30.ZIP / PACKER.BAT < prev    next >
DOS Batch File  |  1994-08-12  |  369b  |  24 lines

  1. @echo off
  2. rem packer compress.exe reply_fname internals
  3. cls
  4.  
  5. if (%1)==(PKZIP) goto PK
  6. if (%1)==(PKPAK) goto PKPAK
  7. if (%1)==(LHA) goto OTHER
  8. if (%1)==(ARJ) goto OTHER
  9.  
  10. :PK
  11. if exist *.MSG BlueQWK %2 REP-BW
  12. goto END
  13.  
  14. :PKPAK
  15. if exist *.MSG BlueQWK %3 REP-BW
  16. goto END
  17.  
  18. :OTHER
  19. if exist *.MSG BlueQWK %4 REP-BW
  20. goto END
  21.  
  22. :END
  23. %1 %2 %3 %4 %5 %6 %7 %8 %9
  24.